home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
feedback.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
2KB
|
37 lines
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE page SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="load_feedback(document, window)"
id="LPFeedback">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/prefs.js" />
<groupbox id="Feedback" flex='1'><caption id="FeedbackCaption" />
<vbox id="splitter" flex='1'>
<label id="SubjectLabel" />
<menulist id="subject" editable="true" oncommand="change_subject(document,window)">
<menupopup id="subject-popup" >
<menuitem id="Option0" label=""/>
<menuitem id="Option1" />
<menuitem id="Option2" />
<menuitem id="Option3" />
<menuitem id="Option4" />
<menuitem id="Option5" />
</menupopup>
</menulist>
<label id="SiteLabel" />
<textbox id="site"/>
<label id="EmailLabel" />
<textbox id="email"/>
<label id="DescriptionLabel" />
<textbox flex="10" id="description" multiline="true" onfocus="focus_description(document,window)"/>
<spacer height='5'/>
</vbox>
</groupbox>
</page>